home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / mm / utility.c.D < prev   
Text File  |  1990-07-25  |  2KB  |  57 lines

  1. *** /tmp/,RCSt1022414    Wed Jul 25 13:59:50 1990
  2. --- utility.c    Mon Jul 23 10:56:17 1990
  3. ***************
  4. *** 9,18 ****
  5.   
  6. ! #include "../h/const.h"
  7. ! #include "../h/type.h"
  8. ! #include "../h/callnr.h"
  9. ! #include "../h/com.h"
  10. ! #include "../h/error.h"
  11. ! #include "../h/stat.h"
  12. ! #include "const.h"
  13. ! #include "glo.h"
  14.   #include "mproc.h"
  15. --- 9,14 ----
  16.   
  17. ! #include "mm.h"
  18. ! #include <sys/stat.h>
  19. ! #include <minix/callnr.h>
  20. ! #include <minix/com.h>
  21.   #include "mproc.h"
  22. ***************
  23. *** 35,37 ****
  24.     int mode;
  25. -   extern errno;
  26.   
  27. --- 31,32 ----
  28. ***************
  29. *** 72,74 ****
  30.   int src_seg;            /* source segment: T, D, or S */
  31. ! long src_vir;            /* source virtual address */
  32.   int dst_proc;            /* dest process */
  33. --- 67,69 ----
  34.   int src_seg;            /* source segment: T, D, or S */
  35. ! long src_vir;            /* source virtual address (clicks for ABS) */
  36.   int dst_proc;            /* dest process */
  37. ***************
  38. *** 75,78 ****
  39.   int dst_seg;            /* dest segment: T, D, or S */
  40. ! long dst_vir;            /* dest virtual address */
  41. ! long bytes;            /* how many bytes */
  42.   {
  43. --- 70,73 ----
  44.   int dst_seg;            /* dest segment: T, D, or S */
  45. ! long dst_vir;            /* dest virtual address (clicks for ABS) */
  46. ! long bytes;            /* how many bytes (clicks for ABS) */
  47.   {
  48. ***************
  49. *** 110,112 ****
  50.    *===========================================================================*/
  51. ! PUBLIC panic(format, num)
  52.   char *format;            /* format string */
  53. --- 105,107 ----
  54.    *===========================================================================*/
  55. ! PUBLIC void panic(format, num)
  56.   char *format;            /* format string */
  57.